Skip to main content

List Settings

AutomatR.GoogleCalendar.Activities.ListSettings

The "List Settings" activity in AutomatR is part of the Google Calendar activities package, designed to retrieve a list of settings information related to the Google Calendar scope. This activity provides insight into various settings configured within a Google Calendar, enhancing the capabilities of automation workflows.

Properties

NameDescription
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelaySpecifies the amount of time (in seconds) to wait before executing the "List Settings" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e. 1.
Output
ResultThe result is stored as a Settings variable, which can be utilized in other subsequent activities. Variables of type Settings to store the retrieved settings information.

How to use:

  1. Drag and drop the "List Settings" activity onto the workflow.
  2. Optionally, configure the delay for waiting before executing the activity.
  3. Connect subsequent activities within the "List Settings" activity to utilize the retrieved settings information.
  4. Execute the workflow to retrieve a list of settings related to the Google Calendar scope.

Example: Consider an example where the "List Settings" activity is used to retrieve settings information related to a Google Calendar:

List Settings:
Delay: 2
Result: calendarSettings

In this example, the activity retrieves a list of settings related to the Google Calendar with a 2-second delay. The result, a variable named "calendarSettings" of type Settings, can be utilized in subsequent Google Calendar activities within the same workflow.